Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / Fill Method / Fill(Int32,Int32,T) Method
The start index of range.
The length of range.
The value to fill.


In This Topic
Fill(Int32,Int32,T) Method
In This Topic
Fills a range of array with a specified value.
Syntax
'Declaration
 
Public Overloads Sub Fill( _
   ByVal index As Integer, _
   ByVal length As Integer, _
   ByVal value As T _
) 
 
'Usage
 
Dim instance As IntervalArray(Of T)
Dim index As Integer
Dim length As Integer
Dim value As T
 
instance.Fill(index, length, value)

Parameters

index
The start index of range.
length
The length of range.
value
The value to fill.
See Also